home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / install / config.awk < prev    next >
Text File  |  2004-02-26  |  381b  |  13 lines

  1. BEGIN {
  2.     # ORS="\\r\\n";
  3.     # SUBSTIT="\\\\xamppcoffee";
  4.     # DIR="D:\\xampp";
  5.     # server_cmd = "D:\\xampp\\install\\server.xml";
  6.     while (getline < CONFIG) { 
  7.     gsub(SUBSTIT,DIR,$0); 
  8.     print $0 > CONFIGNEW
  9.     }
  10.     
  11.        # print "@rem  Installation Program, second part" > "D:\\xampp\\install\\inst.bat"
  12.     # D:\xampp\install\awk -v DIR="C:\\xampp" -f D:\xampp\install\test.awk
  13.     }